home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / BRG / BRG Install.exe / BRG.exe / 0 / RCDATA / TFORMBMAIN / TFORMBMAIN.txt
Text File  |  2006-09-28  |  869b  |  42 lines

  1. object FormBMain: TFormBMain
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Becherovka Game 2006'
  7.   ClientHeight = 147
  8.   ClientWidth = 300
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   OnMouseUp = FormMouseUp
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object FullScreen: TFullScreen
  26.     ResolutionMode = srDefault
  27.     HideCursor = True
  28.     Left = 8
  29.     Top = 8
  30.   end
  31.   object GLMatLibCursors: TGLMaterialLibrary
  32.     Left = 72
  33.     Top = 8
  34.   end
  35.   object TimerX: TTimer
  36.     Interval = 40
  37.     OnTimer = TimerXTimer
  38.     Left = 40
  39.     Top = 8
  40.   end
  41. end
  42.